* fns.c (Fy_or_n_p): Display the answer.
authorJim Blandy <jimb@redhat.com>
Sun, 14 Mar 1993 20:56:05 +0000 (20:56 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 14 Mar 1993 20:56:05 +0000 (20:56 +0000)
src/fns.c

index 21dd3cf66715006b3baa33baed44b4afb69d79b2..75c0dfbf8a5d05076c3fe2388e584c778bcf8aa6 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1150,6 +1150,9 @@ Also accepts Space to mean yes, or Delete to mean no.")
        }
     }
   UNGCPRO;
+
+  message ("%s(y or n) %c", XSTRING (xprompt)->data, answer ? 'y' : 'n');
+
   return answer ? Qt : Qnil;
 }
 \f